Description
A font list contains only Font elements.
Type
Diagram
Overview
|
|
Name required xsd:NCName
The name attribute is used to associate a font with an attribute specifying a font.
|
|
FaceName required xsd:string
The FaceName attribute is the name of the font face.
|
|
Size required xsd:integer
The Size attribute is the size of the font in points.
|
|
Weight required xsd:integer
The Weight attribute is the weight of the font. 400 is normal, and 700 is bold.
|
|
CharSet optional xsd:integer
The CharSet attribute is the type of character set used. This value is normally 1.
|
|
Italic optional xsd:boolean
This Italic attribute will draw the font in italics if true.
|
|
Underline optional xsd:boolean
The Underline attribute will draw the font with an underline if true.
|
|
StrikeThrough optional xsd:boolean
The Strikethrough attribute will draw the font with a strikethrough if true.
|
|
Source
<xsd:element name="Font" type="fonttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A font list contains only Font elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|
See Also